home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre3.z / postgre3 / src / lib / H / planner / joininfo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  333 b   |  5 lines

  1. /* $Header: /private/postgres/src/lib/H/planner/RCS/joininfo.h,v 1.4 1991/11/15 16:22:43 hong Exp $ */
  2. extern JInfo joininfo_member ARGS((LispValue join_relids, LispValue joininfo_list));
  3. extern JInfo find_joininfo_node ARGS((Rel this_rel, LispValue join_relids));
  4. extern Var other_join_clause_var ARGS((Var var, LispValue clause));
  5.